Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate Base.convert(IOStream, ::Message) #247

Merged
merged 1 commit into from
Jul 21, 2024
Merged

Conversation

JamesWrigley
Copy link
Member

This had two problems:

  • It actually returned an IOBuffer.
  • It made a (potentially) unnecessary copy of the Message.

Also see #212 and #17.

@JamesWrigley JamesWrigley self-assigned this Jul 20, 2024
@codecov-commenter
Copy link

codecov-commenter commented Jul 20, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.95%. Comparing base (e66c836) to head (8e53a91).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #247      +/-   ##
==========================================
+ Coverage   74.90%   74.95%   +0.04%     
==========================================
  Files          11       11              
  Lines         526      527       +1     
==========================================
+ Hits          394      395       +1     
  Misses        132      132              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

This had two problems:
- It actually returned an `IOBuffer`.
- It made a (potentially) unnecessary copy of the `Message`.
@JamesWrigley JamesWrigley merged commit da39dc6 into master Jul 21, 2024
9 checks passed
@JamesWrigley JamesWrigley deleted the iostream branch July 21, 2024 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants